gtkwindow: Implement window resizing sans-GdkWindow
authorCarlos Garnacho <carlosg@gnome.org>
Sun, 2 Apr 2017 16:36:21 +0000 (18:36 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 25 May 2017 14:25:59 +0000 (16:25 +0200)
commit1858f310aad7cfc32a453f7b023d1f3b20d147bf
treea275e635712a9e20b11bf580963fbcfc1ba5ef49
parentd9d0c56eb72cc433e21bf067fd8059f16e09b2a9
gtkwindow: Implement window resizing sans-GdkWindow

We can just replace window comparisons with coordinate matching, the
cursor corresponding to edges is now set in a capture-phase motion
handler, as cursors aren't set on GdkWindows anymore.
gtk/gtkwindow.c